home *** CD-ROM | disk | FTP | other *** search
- set chipset `RequestChoice "CU Amiga CD" "Select a display type" "AGA|Cgfx|ECS"`
-
- if $chipset EQ 0
- Dreamscape.exe -g5
- quit
- endif
-
- if $chipset EQ 1
- set colour `RequestChoice "CU Amiga CD" "Colour or Greyscale?" "Colour|Grey"`
- if $colour EQ 1
- Dreamscape.exe -g3
- quit
- else
- Dreamscape.exe -g4
- quit
- endif
- endif
-
- if $chipset EQ 2
- set colour `RequestChoice "CU Amiga CD" "Colour or Greyscale?" "Colour|Grey"`
- if $colour EQ 1
- Dreamscape.exe -g1
- quit
- else
- Dreamscape.exe -g2
- quit
- endif
- endif
-
-